home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / excon.arc / MENU1.BAT < prev    next >
DOS Batch File  |  1986-09-29  |  307b  |  12 lines

  1. echo off
  2. if .%1 == .off goto OFF
  3. if .%1 == .OFF goto OFF
  4. rem
  5. rem Set menu ON
  6. rem
  7. PROMPT $e[136;255:$e[10:$e[128;1:$e[1;31;40m$e[H$p $e[32m [$d] $e[76;14;1;74:$e[37;44m$e[25;1H$e[K$g
  8. goto DONE
  9. :OFF
  10. prompt $e[136;255:$e[2A$e[s$e[1;8H$e[K$e[76;14;1;1:$e[31;40m $p$e[0;1;37;44m$e[K$e[u$e[B$g$
  11. :DONE
  12.